home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 February / Practical Internet February 2002.iso / pc / Software / Browsing / httrack-3.09e2.exe / {app} / src_win / WinHTTrack / about.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-01  |  1.5 KB  |  60 lines

  1. #if !defined(AFX_ABOUT_H__E4D816E1_19A9_11D2_A290_60D144C12802__INCLUDED_)
  2. #define AFX_ABOUT_H__E4D816E1_19A9_11D2_A290_60D144C12802__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // about.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // Cabout dialog
  12.  
  13. class Cabout : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     Cabout(CWnd* pParent = NULL);   // standard constructor
  18.   char* GetTip(int id);
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(Cabout)
  22.     enum { IDD = IDD_ABOUT };
  23.     CComboBox    m_ctl_lang;
  24.     CString    m_infover;
  25.     int        m_lang;
  26.     //}}AFX_DATA
  27.  
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(Cabout)
  32.     protected:
  33.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.   BOOL OnHelpInfo2();
  39.   void setlang();
  40.  
  41.   HCURSOR currentCurs;
  42.  
  43.     // Generated message map functions
  44.     //{{AFX_MSG(Cabout)
  45.     virtual BOOL OnInitDialog();
  46.     virtual void OnOK();
  47.     afx_msg void OnSelchangelang();
  48.     afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
  49.     afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  50.     afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  51.     //}}AFX_MSG
  52.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  53.     DECLARE_MESSAGE_MAP()
  54. };
  55.  
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  58.  
  59. #endif // !defined(AFX_ABOUT_H__E4D816E1_19A9_11D2_A290_60D144C12802__INCLUDED_)
  60.